From aa19cd83344effd445b73249ac2e4e79baacf9d4 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 9 Feb 2006 00:50:36 +0000 Subject: [PATCH] Whitespace fixes. --- gpsbabel/readme.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/gpsbabel/readme.xml b/gpsbabel/readme.xml index c7bbc4e75..820489301 100644 --- a/gpsbabel/readme.xml +++ b/gpsbabel/readme.xml @@ -193,8 +193,7 @@ waypoints from another source, it will currently create "Red Flag" symbols for waypoints, and thick red lines for routes or tracks. It is possible to merge two drawing layers by doing something like this: - gpsbabel -i an1 -f one.an1 -f -two.an1 -o an1 -F merged.an1 + gpsbabel -i an1 -f one.an1 -f two.an1 -o an1 -F merged.an1 In this case, the merged data will contain all of the properties of the original data. @@ -204,8 +203,7 @@ information such as difficulty and terrain, GPSBabel will automatically include that information in the waypoint descriptions in the generated drawing file. If you do not want that, specify the "nogc" option on the command line: - gpsbabel -i gpx -f 12345.gpx -o -an1,nogc -F 12345.an1 + gpsbabel -i gpx -f 12345.gpx -o an1,nogc -F 12345.an1 The "deficon" option allows you to specify which symbol to use for points that don't have a symbol already. It defaults to "Red Flag" but it accepts any symbol name you can put in a DeLorme export @@ -339,9 +337,7 @@ differences. An example with all options - gpsbabel -r \ - -i gpx -f in.gpx --o bcr,index=1,name="From A to B",radius=6371012 \ -F a_to_b.bcr + gpsbabel -r -i gpx -f in.gpx -o bcr,index=1,name="From A to B",radius=6371012 -F a_to_b.bcr -- 2.30.2